home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.inven._currentframe == 1)
- {
- if(_root.micon._currentframe == 1 && _root.range == true)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "There\'s no way to get him out of that cage, and I\'m not dragging all that around with me.";
- }
- if(_root.micon._currentframe == 2)
- {
- _root.even35 = 1;
- _root.next_dis1 = 2;
- _root.next_txt1 = "That\'s Anastasia\'s experiment. I don\'t know how she got him so large in over a few days! I think it\'s black magic!";
- }
- if(_root.micon._currentframe == 4 && _root.range == true)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "Hey there little fellow. You sure are fat hampster aren\'t you?";
- }
- }
- }
-